The IDebugApplicationNode interface extends the functionality of the IDebugDocumentProvider interface by providing a context within a project tree.
In addition to the methods inherited from IDebugDocumentProvider, the IDebugApplicationNode interface exposes the following methods.
Methods in Vtable order
Method | Description |
---|---|
Enumerates the child nodes of this application node. |
|
Returns the parent node of this application node. |
|
Sets the document provider for this application node. |
|
Causes this application to release all references and enter an inactive state. |
|
Adds this application node to the specified project tree. |
|
Removes this application node from the project tree. |